home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / cyber_order_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  553b  |  27 lines

  1. /* Prototypes for functions defined in
  2. cyber_order.c
  3.  */
  4.  
  5. int DoUnitActions(int , int );
  6.  
  7. void ExecuteStandingOrder(struct Unit * );
  8.  
  9. void CommandGoto(struct Unit * );
  10.  
  11. void CommandRandom(struct Unit * );
  12.  
  13. void CommandHunt(struct Unit * );
  14.  
  15. struct MapIcon * FindClosestEnemyIcon(struct Unit * , int );
  16.  
  17. void CommandRecon(struct Unit * );
  18.  
  19. void CommandWalkCoastline(struct Unit * );
  20.  
  21. void ComputerGiveOrders(struct Unit * , int , short , short , short , short , int );
  22.  
  23. void AIAddLib(struct Unit * );
  24.  
  25. void MoveUnitDir(struct Unit * , enum Direction );
  26.  
  27.